home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / lib / include / sun3.md / RCS / alloca.h,v < prev    next >
Encoding:
Text File  |  1991-10-19  |  1.4 KB  |  72 lines

  1. head     1.2;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @ * @;
  7.  
  8.  
  9. 1.2
  10. date     91.10.18.18.54.13;  author shirriff;  state Exp;
  11. branches ;
  12. next     1.1;
  13.  
  14. 1.1
  15. date     89.07.21.14.44.23;  author rab;  state Exp;
  16. branches ;
  17. next     ;
  18.  
  19.  
  20. desc
  21. @@
  22.  
  23.  
  24. 1.2
  25. log
  26. @Made alloca declaration match stdlib.h
  27. @
  28. text
  29. @/*
  30.  * alloca.h --
  31.  *
  32.  *    Declarations of alloca() for the 68k.  Since the 68k has
  33.  *      a normal stack alloca is just a normal procedure.  For other
  34.  *      machines such as the sparc it has to be a fancy builtin macro.
  35.  *
  36.  * Copyright 1989 Regents of the University of California
  37.  * Permission to use, copy, modify, and distribute this
  38.  * software and its documentation for any purpose and without
  39.  * fee is hereby granted, provided that the above copyright
  40.  * notice appear in all copies.  The University of California
  41.  * makes no representations about the suitability of this
  42.  * software for any purpose.  It is provided "as is" without
  43.  * express or implied warranty.
  44.  *
  45.  * $Header: /sprite/src/lib/include/sun3.md/RCS/alloca.h,v 1.1 89/07/21 14:44:23 rab Exp Locker: shirriff $ SPRITE (Berkeley)
  46.  */
  47.  
  48. #ifndef _ALLOCA_H
  49. #define _ALLOCA_H
  50.  
  51. #include <cfuncproto.h>
  52.  
  53. extern _VoidPtr alloca();
  54.  
  55. #endif /* _ALLOCA_H */
  56.  
  57. @
  58.  
  59.  
  60. 1.1
  61. log
  62. @Initial revision
  63. @
  64. text
  65. @d17 1
  66. a17 1
  67.  * $Header: /sprite/src/lib/include/sun4.md/RCS/alloca.h,v 1.2 89/06/16 13:18:11 rab Exp $ SPRITE (Berkeley)
  68. d23 3
  69. a25 1
  70. extern char *alloca();
  71. @
  72.